Unify primitive and decimal physical storage#8864
Conversation
Polar Signals Profiling ResultsLatest Run
Previous Runs (7)
Powered by Polar Signals Cloud |
Benchmarks: Vortex queries 📖Verdict: No clear signal (low confidence) How to read Verdict and Engines
datafusion / vortex-file-compressed (1.079x ➖, 0↑ 1↓)
datafusion / parquet (1.015x ➖, 0↑ 0↓)
duckdb / vortex-file-compressed (1.056x ➖, 0↑ 0↓)
duckdb / parquet (1.026x ➖, 0↑ 0↓)
No file size changes detected. |
Merging this PR will degrade performance by 10.11%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | copy_nullable[65536] |
1 ms | 1.4 ms | -24.17% |
| ❌ | Simulation | copy_non_nullable[65536] |
913.5 µs | 1,094.1 µs | -16.51% |
| ⚡ | Simulation | new_raw_prim_test_between[i32, 2048] |
38.8 µs | 33.8 µs | +14.72% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing ct/fixed-width-primitive-decimal (80db289) with develop (b7ee873)
Footnotes
-
3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
76fd71a to
f00395e
Compare
35a4157 to
2e0b1e2
Compare
35a4157 to
2880b5f
Compare
2880b5f to
f124538
Compare
## Summary - remove the unused `ArrayRef::is_arrow` helper - keep this reviewer-requested cleanup separate from #8864 ## Testing - `cargo check -p vortex-array` - `cargo clippy --all-targets --all-features` (pre-push hook) Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
f124538 to
8f8869b
Compare
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
8f8869b to
80db289
Compare
Summary
FixedWidthData/FixedWidthTypestorage for canonical Primitive and Decimal arraysCompatibility
The existing
vortex.primitiveandvortex.decimalIDs and their serialized layouts remain unchanged. The historical compatibility suite passed all 455 published fixtures across Vortex 0.64.0 and 0.68.0 through 0.79.0 on the combined implementation.